instruction stack

英 [ɪnˈstrʌkʃn stæk] 美 [ɪnˈstrʌkʃn stæk]

网络  指令栈

计算机



双语例句

  1. So in this instruction,$ sp is the stack pointer ( it's an alias for$ 1).
    所以在这个指令中,$sp是堆栈指针(它是$1的别名)。
  2. It uses a stack architecture, meaning instruction operands are loaded to an internal stack before they're used.
    它使用堆栈体系结构,这意味着在使用指令操作数之前要先将它们装入内部堆栈。
  3. If even a single thread's instruction pointer refers to a function's code in memory or a single thread's kernel stack refers to a return address within the function, the function is considered active and cannot be replaced.
    如果线程的指令指针引用内存中的函数代码,或者线程的内核堆栈引用函数中的返回地址,就认为这个函数是活跃的,无法替换。
  4. Its successor was the4040 processor ( released in1974), which had an expanded instruction set, program memory, register set, and stack.
    其后面是4040处理器(1974发布),其具有扩展指令集、程序内存、寄存器集和堆栈。
  5. So this instruction stores the link register ( which holds the return address) into the proper location in the calling function's stack frame.
    所以该指令会将链接寄存器(存有返回地址)存储到调用函数堆栈框架的恰当位置。
  6. The instruction PULL or PARSE PULL take a string off the top of the stack.
    指令PULL或者PARSEPULL从栈顶取得一个字符串。
  7. A value of the type specified in the instruction is pushed onto the stack.
    将指令中指定类型的值推送到堆栈上。
  8. For example, after executing the first instruction at function rmqueue(), the stack looked as follows
    例如,在函数rmqueue()上执行第一个指令后,堆栈看上去类似于下面这样
  9. In order to solve the problems about unfixed instruction length, stack-orientation and addressing virtualization in JVM instruction set, the instruction fetch unit, stack cache and mechanism of address translation in Java chip system are studied.
    为了解决Java虚拟机指令系统中指令不定长、面向堆栈和地址虚拟化等问题,本文研究了Java芯片中取指部件、堆栈缓冲部件和地址转换机制以及相应物理存储器的管理等关键技术。
  10. Through the introduction of assembly instruction that the function needs, the soft stack structure of TI's C-compiler and C function calling conventions, the C callable DSP program memory accessing technique has been described in detail.
    通过介绍函数功能实现所用汇编指令以及TI的C编译环境软堆栈结构和C语言调用规范,详细描述了C可调用DSP程序存储空间访问技术的程序实现方法。